Skip to content

d3duct1v/CVE-2022-41040

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

CVE-2022-41040

Code set relating to CVE-2022-41040.

scanner.py is a Python based scanner testing for the CVE-2022-41040.

Requirements

The only additional modules needed to run this code is requests and colorama.

pip install -r requirements.txt

Usage

This script takes a single URL or a list of URLs. Leave the trailing '/' for the base url.

usage: scanner.py [-h] (-i INFILE | -t TARGET)

List:

python3 scanner.py -i test_sites

Single site:

python3 scanner.py -t http://example.com

About

Code set relating to CVE-2022-41040

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages